-
Notifications
You must be signed in to change notification settings - Fork 29
User Settings: Add Shell selector dropdown to the Preferences tab #1216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks good and works as expected. Some minor comments but we can handle the followup with modal cleanup in a separate issue
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes LGTM and work great
I have a minor comment: when using the default window size the app starts with, the preferences tab now overflows its original size, so the buttons aren't fully visible:
I think a good solution to this would be to reduce the margin between the sections, but we can do this in a follow-up.
43b4a2b
to
e490afc
Compare
Thanks @gcsecsey for pointing that out. We discussed it with @katinthehatsite and will handle it as part of STU-374. |
Related issues
Proposed Changes
Testing Instructions
STUDIO_PREFERRED_EDITOR=true npm start
Save
button is enabled.Save
.Pre-merge Checklist